feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary size#10638
Merged
kdy1 merged 3 commits intoswc-project:dev/rustfrom Jul 17, 2025
Merged
feat(plugin/runner): Use wasmer-wasix sys-minimal feature to reduce binary size#10638kdy1 merged 3 commits intoswc-project:dev/rustfrom
kdy1 merged 3 commits intoswc-project:dev/rustfrom
Conversation
🦋 Changeset detectedLatest commit: 38b7b93 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
c960eac to
a9c2770
Compare
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
9723058 to
772bb0c
Compare
hardfist
commented
Jun 20, 2025
|
Hey @hardfist , if you could open a PR with your changes to Wasmer we would happily merge it. Note: we would need this to be feature-gated |
CodSpeed Performance ReportMerging #10638 will not alter performanceComparing Summary
|
772bb0c to
e32adf5
Compare
kdy1
approved these changes
Jul 17, 2025
kdy1
pushed a commit
that referenced
this pull request
Jul 17, 2025
…inary size (#10638) **Description:** In wasmerio/wasmer#5612 we introduce sys-minimal feature to support only enable used wasmer-wasix feature to reduce binary size This PR upgrade wasmer related crate to latest version and use sys-minimal feature instead of sys feature **BREAKING CHANGE:** it should pass all tests in swc_plugin repo, but not 100% sure will pass all existing wasm plugins
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
In wasmerio/wasmer#5612 we introduce sys-minimal feature to support only enable used wasmer-wasix feature to reduce binary size
This PR upgrade wasmer related crate to latest version and use sys-minimal feature instead of sys feature
BREAKING CHANGE:
it should pass all tests in swc_plugin repo, but not 100% sure will pass all existing wasm plugins
Related issue (if exists):